/* Empty. Add your own CSS if you like */
body {
  direction: ltr;
}
.drop-btn {
  right: 7vw;
}

.arabic_rtl .drop-btn {
  right: auto;
  left: 14vw;
}

.arabic_rtl {
  direction: rtl;
}

.bar-royal .button.button-icon {
  position: absolute;
  left: 0;
}

.small-toggle {
  width: 100%!important;
}

.toggle-cont span {
  margin-right: 0;
}

.arabic_rtl .toggle-small.item-toggle .toggle {
  left: 2vw;
  right: auto !important;
}

.arabic_rtl .small-toggle {
  padding-right: 0!important;
  text-align: right;
}

.arabic_rtl .float-right {
  float: left !important;
}
.arabic_rtl .text-right {
  text-align: left;
}
.arabic_rtl .float-left {
  float: right !important;
}

.arabic_rtl .item-toggle .toggle {
  right: auto;
  left: 10px;
}

.dish-options {
  padding-left: 10px;
  font-size: 12px !important;
}
@media only screen and (min-width: 700px){
  .dish-options {
    font-size: 20px !important;
  }
}
.bar-royal .button.button-icon {
  position: initial;
}

/*.hori-scroll {
  left: 10% !important;
  width: 80%!important;
}
.div.my-menu-header {
  width: auto!important;
}*/

.menu-list-business {
  margin: 25px 0 10px 0;
  height: calc(25vw + 100px);
  overflow-x: scroll;
}

.hori-scroll {
  width: auto!important;
  left:auto!important;
}

.hori-scroll div.scroll {
  width: 78vw!important;
}

.menu-list-business .menu-business {
  text-align: center;
  width: 78vw!important;
  padding: 0 30px;
}

.menu-list-business .menu-business img {
  width: 25vw;
  height: 25vw;
  margin: 0 auto;
}

.menu-list-business .menu-business .toggle-cont {
  width: calc(78vw - 60px);
}

.menu-cont {
  position: relative;
}

.overflow-scroll .scroll {
  height: auto;
}

.right-buttons button,
.left-buttons button {
  color: #fff;
  background: transparent;
  border-color: transparent;
}

.right-buttons button i:before,
.left-buttons button i:before {
  font-size: 6vw !important;
}

.right-buttons button i.ion-navicon:before,
.left-buttons button i.ion-navicon:before {
  font-size: 7.5vw !important;
}

.bar .title + .buttons {
  top: auto!important;
}

.bar .title + .buttons {
  bottom: auto!important;
}

.bar .button, .bar button {
  line-height: 0;
}

.bar.bar-header button {
  height: 16.5vw !important;
  width: 14vw !important;
  margin-top: -4vw;
  /*margin-bottom: 8vw;*/
}

.bar .buttons-left span {
  display: inline-block;
}

.bar .title {
  top: 2vw!important;
}

.item-in-divider {
  height: 1.5vw!important;
}

.order-item div.row {
  padding: 0px 0!important;
}

div.my-menu-header {
  min-width: initial !important;
}

.my-menu-header img {
  max-width: 190px;
  max-height: 190px;
}

.order-item div.row {
  padding: 5px 0 !important;
}

.order-item div.row div.col {
  /*padding: 5px 0 !important;*/
}

@media (min-width: 678px) {
  .order-item div.row div.col {
    padding: 5px 0 !important;
  }
}

@media (max-width: 400px) {
  .order-item div.row {
    padding: 0 !important;
  }
}

.multiline {
  white-space: initial;
}

ion-header-bar {
  direction: ltr!important;
}
.small-product-toggle {
  background: transparent;
  width: 80% !important;
  padding-right: 75px !important;
  padding-left: 2vw !important;
	border:none !important;
	height: 45px;
}

.toggle-small.item-toggle .toggle {
  right: 4vw!important;
}

.arabic_rtl .toggle-small.item-toggle .toggle {
  left: 4vw!important;
}

.businesses {
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 20px;
}

.businesses .business {
  display: inline-block;
  text-align: center;
  width: 78vw!important;
  padding: 0 30px;
}

.businesses .business .image {
  width: 100px;
}

.businesses .business .name {
  font-size: 1.3em!important;
}

.protab{
  width: 100%;
  float:left;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
}

.proimages{
  width: 175px;
  height: 135px;
  margin: 0 auto 15px;
}

.proimages img{
  width: 175px;
  height: 135px;
}

.upload{
  width: 175px;
  height: 35px;
  color: #fff;
  border-radius: 3px;
  background-color: #0ab17f;
  border: none;
}

.w-100{
  width: 100%;
}

input[type="text"].in-box-style{
  padding: 5px;
  border: 1px solid #ccc !important;
}
input[type="tel"].in-box-style{
  padding: 5px;
  border: 1px solid #ccc !important;
}

.select-box-style {
  display: block;
  padding-top: 2px;
  padding-left: 0;
  height: 34px;
  color: #111;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #ccc !important;
  background: #fff url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% 10px;
  background-size: 20px;
}

.product-footer-style{
  background-color: #0ab17f;
  line-height: 35px;
  text-align: center;
  width: 100%;
  color: #FFF;
  font-size: 16px;
}

.product-footer-text{
  width: 100%;
}

.login-cont input {
  min-height: 70px !important;
}

.login-cont .label-login {
  line-height: 70px;
}

@media (min-width: 678px) {
  .login-cont input {
    min-height: 100px !important;
  }
  .login-cont .label-login {
    line-height: 100px;
  }
}

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}